home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / geteuid < prev    next >
Text File  |  2001-04-06  |  522b  |  16 lines

  1. SYNOPSIS
  2.         string geteuid(object ob)
  3.  
  4. DESCRIPTION
  5.         Get the effective user-id of the object (mostly a wizard or
  6.         domain name). Standard objects cloned by this object will get
  7.         that userid. The effective userid is also used for checking access
  8.         permissions. If ob is omitted, is this_object() as default.
  9.  
  10. HISTORY
  11.         Since 3.2.1@47, this efun is availabe only when using euids.
  12.         Since 3.2.7, this efun is always available.
  13.  
  14. SEE ALSO
  15.         seteuid(E), getuid(E), export_uid(E)
  16.